home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 November / macformat-109.iso / Demos / Alice Demo / demo / pak0.pk3 / scripts / beau.shader < prev    next >
Encoding:
Text File  |  2000-11-20  |  1.3 KB  |  96 lines

  1. torchgnome_lock
  2. {
  3.     {
  4.         map models/characters/torchgnome/lock.tga
  5.         rgbGen lightingdiffuse
  6.     }    
  7. }
  8.  
  9. torchgnome_ballmetal
  10. {
  11.     {
  12.         map models/characters/torchgnome/ball.tga
  13.         rgbGen lightingdiffuse
  14.     }    
  15. }
  16.  
  17. torchgnome_ball
  18. {
  19.     {
  20.         map textures/testliq/top3.tga
  21.         tcmod turb 0 1 .75 .1
  22.     }
  23.     {
  24.         map textures/effects/swirlie_02.tga
  25.         blendfunc add
  26.         //tcgen environment        
  27.         tcmod scroll 1 1    
  28.     }    
  29.     {
  30.         map models/characters/torchgnome/ball.tga        
  31.         blendfunc gl_src_alpha gl_one_minus_src_alpha
  32.         rgbGen identity
  33.     }
  34. }
  35.  
  36.  
  37. torchgnome_lock2
  38. {
  39.     cull none
  40.     {
  41.         map models/characters/torchgnome/lock.tga
  42.         rgbGen lightingdiffuse
  43.     }
  44. }
  45.  
  46. swipered
  47. {
  48.     cull none
  49.     {
  50.         map textures/effects/swipered.tga
  51.         blendfunc GL_ONE GL_ONE
  52.     }
  53. }
  54.  
  55. splashdrop
  56. {
  57.    cull none
  58.    {
  59.    map textures/sprites/spdrop.tga
  60.    blendFunc GL_ONE GL_ONE
  61.    rgbGen vertex
  62.    }
  63. }
  64.  
  65. splashmist
  66. {
  67.    cull none
  68.    {
  69.       map textures/sprites/splashmist.tga
  70.       blendFunc GL_ONE GL_ONE
  71.       rgbGen vertex
  72.    }
  73. }
  74.  
  75. splashripple
  76. {
  77.    cull none
  78.    spriteGen oriented
  79.    {
  80.       map textures/sprites/splashripple.tga
  81.       blendFunc GL_ONE GL_ONE
  82.       alphaGen vertex
  83.       rgbGen vertex
  84.    }
  85. }
  86.  
  87. splashmap
  88. {
  89.    cull none
  90.    {
  91.       map textures/sprites/splashmap.tga
  92.    blendFunc GL_SRC_ALPHA GL_ONE
  93.       alphaGen entity
  94.    }
  95. }
  96.